runtime.synctestBubble.changegstatus (method)
5 uses
runtime (current package)
proc.go#L1311: gp.bubble.changegstatus(gp, oldval, newval)
proc.go#L1428: bubble.changegstatus(gp, _Gpreempted, _Gwaiting)
synctest.go#L43: func (bubble *synctestBubble) changegstatus(gp *g, oldval, newval uint32) {
time.go#L1202: bubble.changegstatus(gp, _Gdead, _Grunning)
time.go#L1248: bubble.changegstatus(gp, _Grunning, _Gdead)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)